***********************************************************************
***********           PANJIT International Inc.             ***********
***********************************************************************
*Dec 21, 2018                                                         *
*                                                                     *
*This SPICE Model describes the characteristics of a typical device   *
*and does not respresent the specification. Designer should refer to  *
*the same type name data sheet for specification limits.              *
***********************************************************************
*$
.subckt PJSD15CW 1 2
.param
+vc0 = 6.012e-11		vc1 = 1.307e-12		vc2 = 1.165e-13
+tc1 = 3.033e-2		tc2 = 2.124e-2
d1 1 c zener
g1 c 1 value = {(vc0+vc1*v(c,1)+vc2*v(c,1)*v(c,1))*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))}
d2 2 c zener
g2 c 2 value = {(vc0+vc1*v(c,2)+vc2*v(c,2)*v(c,2))*(1.0+tc1*(temp-25)*exp(tc2*(temp-25)))}
.model zener d
***** flag parameter ***
+level = 1   
***** dc model parameter ***
+ is = 1e-15	   	   n = 1.100		  rs = 1e-3
+ibv = 1e-3			 nbv = 0.8			  bv = 16.9
***** capacitance parameter ***
+cjo = 3.251e-11	   	   m = 2.339e-1		  vj = 4.457e-1
+ fc = 0.5                      
***** temperature coefficient ***
+tnom = 25			  eg = 1.100		 xti = 3
+trs1 = 1e-4		tbv1 = 7.217e-4
.ends PJSD15CW
*$
